Add Bug#8298.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 20 Mar 2011 05:15:59 +0000 (22:15 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 20 Mar 2011 05:15:59 +0000 (22:15 -0700)
src/ChangeLog

index ed647a2056a9cedb8ef211a3d5c7253d04d08229..26678c172afc44046c8add86898d2f126cbe0935 100644 (file)
@@ -8,7 +8,7 @@
        (Fnetwork_interface_info): Fix pointer signedness.
        (process_send_signal): Add cast to avoid pointer signedness problem.
        (FIRST_PROC_DESC, IF_NON_BLOCKING_CONNECT): Remove unused macros.
-       (create_process): Use 'volatile' to avoid vfork clobbering.
+       (create_process): Use 'volatile' to avoid vfork clobbering (Bug#8298).
 
 2011-03-19  Paul Eggert  <eggert@cs.ucla.edu>
 
@@ -75,7 +75,8 @@
 
        * region-cache.h (pp_cache): New decl, for gcc -Wmissing-prototypes.
 
-       * callproc.c (Fcall_process): Use 'volatile' to avoid vfork clobbering.
+       * callproc.c (Fcall_process): Use 'volatile' to avoid vfork
+       clobbering (Bug#8298).
        * sysdep.c (sys_subshell): Likewise.
        Previously, the sys_subshell 'volatile' was incorrectly IF_LINTted out.